ci: Add Python's docutils to the base image
authorEmmanuele Bassi <ebassi@gnome.org>
Fri, 24 Sep 2021 17:04:09 +0000 (18:04 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Fri, 24 Sep 2021 17:04:09 +0000 (18:04 +0100)
We use rst2man for generating our man pages.

.gitlab-ci/fedora.Dockerfile

index ef29a10a77443a6ccf0406ac07485dfd0faa2284..97ece0e7ff4294b9502d36ce276ace65236e6e1d 100644 (file)
@@ -76,6 +76,7 @@ RUN dnf -y install \
     pcre-devel \
     pcre-static \
     python3 \
+    python3-docutils \
     python3-gobject \
     python3-jinja2 \
     python3-markdown \